crypto/tls.newSessionTicketMsgTLS13.maxEarlyData (field)
8 uses
crypto/tls (current package)
handshake_client_tls13.go#L743: if c.quic != nil && msg.maxEarlyData != 0 && msg.maxEarlyData != 0xffffffff {
handshake_client_tls13.go#L764: session.EarlyData = c.quic != nil && msg.maxEarlyData == 0xffffffff // RFC 9001, Section 4.6.1
handshake_messages.go#L1051: maxEarlyData uint32
handshake_messages.go#L1072: if m.maxEarlyData > 0 {
handshake_messages.go#L1075: b.AddUint32(m.maxEarlyData)
handshake_messages.go#L1111: if !extData.ReadUint32(&m.maxEarlyData) {
handshake_server_tls13.go#L869: m.maxEarlyData = 0xffffffff
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |